home *** CD-ROM | disk | FTP | other *** search
- {
- componentName = "ReadWriteString";
-
- authors = (
- {
- author = "Charles Lloyd";
- email = "clloyd@next.com";
- image = "http://www.next.com/~clloyd/clloyd.gif";
- }
- );
-
- description =
- "The ReadWriteString component lets you set whether a displayed string is editable. Note: The string must be inside a form for it to be editable.";
-
-
- parameters = (
-
- "value",
- "The text that the string displays in the HTML page.",
-
- "isEditable",
- "Controls the editability of the string (YES|NO). If YES, the string will be editable."
-
- );
-
- currentVersion = "1.0";
-
- releaseDate = "March 4, 1996";
-
- supportPolicy = "ExampleCode: Unsupported";
-
- distributionPolicy = "You may freely distribute this code";
-
- }
-